go/types.typeWriter.signature (method)

5 uses

	go/types (current package)
		typestring.go#L73: 	newTypeWriter(buf, qf).signature(sig)
		typestring.go#L185: 		w.signature(t)
		typestring.go#L238: 				w.signature(m.typ.(*Signature))
		typestring.go#L331: 		w.signature(m.typ.(*Signature))
		typestring.go#L439: func (w *typeWriter) signature(sig *Signature) {